Order Channels
For shipping integrations, the root entity is the Order Channel.
An order channel defines the relationship between the integration and a webshop or ERP-system.
When creating an order channel a dispatch_url
must be provided, which is a URL that Pio will POST
shipment dispatch requests to for that order channel (see the shipment dispatch page for more details). If there is the possibility you could connect the same order channel to multiple pio organization's, it is important that the dispatch_url
contains something that you can use to identify the access_token
you're using to create the order channel for each pairing. If the dispatch_url
is not unique it will not be possible for you to know which access_token
to use in the shipment dispatch flow.